C1.LiveLinq.Indexing Namespace : Index<T> Class |
For a list of all members of this type, see Index<T> members.
Name | Description | |
---|---|---|
![]() | ContainsKey | Returns a value that indicates whether the indexed collection contains an item with the given key value. Implements IIndexScanner(T).ContainsKey(object) |
![]() | Find | Finds items with the specified key value. Implements IIndexScanner(T).Find(object) |
![]() | FindBetween | Finds items with key values in the interval between the specified values. Implements IIndexScanner(T).FindBetween(object,bool,object,bool,Order) |
![]() | FindGreater | Finds items with keys greater than the specified value. |
![]() | FindKeys | Finds items containing any of the specified key values. Implements FindKeys(IEnumerable,Order) |
![]() | FindLess | Finds items with keys less than the specified value. Implements IIndexScanner(T).FindLess(object,bool,Order) |
![]() | FindStartingWith | Finds items with string key values starting with the specified string. Implements IIndexScanner(T).FindStartingWith(string,Func(string, bool),Order) |
![]() | GroupJoin | Overloaded. Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection. Implements IIndexScanner(T).GroupJoin |
![]() | Join | Overloaded. Correlates the items of this indexed collection with the items of another sequence and returns the combined items with matching keys. Implements IIndexScanner(T).Join |